home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
JCSM Shareware Collection 1993 November
/
JCSM Shareware Collection - 1993-11.iso
/
cl720
/
asmwiz16.lzh
/
QCREATE.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-01-29
|
413b
|
11 lines
echo off
echo This batch file will assemble and link the EXAMPLE.ASM file using
echo QuickC/QuickAssembler and LINK. If you are using a different assembler,
echo this batch file must be changed to reflect the names of your assembler
echo and linker.
echo --------------------------------------------------------------------
pause
qcl example.asm /link asmwiz
erase example.obj
execom example